type go.uber.org/zap/zapcore.sampler
12 uses
go.uber.org/zap/zapcore (current package)
sampler.go#L95: type optionFunc func(*sampler)
sampler.go#L97: func (f optionFunc) apply(s *sampler) {
sampler.go#L103: apply(*sampler)
sampler.go#L122: return optionFunc(func(s *sampler) {
sampler.go#L153: s := &sampler{
sampler.go#L168: type sampler struct {
sampler.go#L178: _ Core = (*sampler)(nil)
sampler.go#L179: _ leveledEnabler = (*sampler)(nil)
sampler.go#L199: func (s *sampler) Level() Level {
sampler.go#L203: func (s *sampler) With(fields []Field) Core {
sampler.go#L204: return &sampler{
sampler.go#L214: func (s *sampler) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |